home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS26.ADF / SoundScape / README < prev    next >
Text File  |  1989-01-26  |  2KB  |  43 lines

  1. About the directories on this disk:
  2.  
  3. LatticeExamples has all the example programs from the first four
  4. Amazing Computing articles.  These can be compiled with any version
  5. of the Lattice compiler with the stack checking code turned off 
  6. (flag -v).  The .with files for the linker are included.
  7.  
  8. LatticeLib has all the soundscape libraries in the link format
  9. for BLINK and ALINK.  Use these for compiling the Lattice examples.
  10.  
  11. AztecExamples has all the example programs for compilation
  12. with Aztec V 3.20 (not the latest release.  The new compiler
  13. is more compatible with Lattice and supports the same link format.)
  14. Read the README documentation in that directory.
  15. If you have the new Aztec compiler (v 3.40 or later), use the
  16. Lattice examples and link with the files in NewAztecLib.
  17.  
  18. AztecLib has the libraries for the older Aztec compiler.
  19.  
  20. NewAztecLib has the soundscape libraries linkable with the current
  21. Aztec compiler.  The only difference between these libraries and the
  22. ones in LatticeLib is that they make calls (for low level routines like
  23. multiplies) to routines in c32.lib, the Aztec library, instead of lc.lib,
  24. the Lattice library.
  25.  
  26. Imagemaker is a very very old program that I wrote to design images
  27. with. It only runs from the CLI.  It generates C image data files
  28. with the extension '.i' which it can read and write.  Simply read
  29. these into your program from the editor.  It's pretty simple to use,
  30. the only strangeness is you click on the Close gadget of the
  31. draw window to leave it and access the commands, but the draw window
  32. doesn't close until you quit the program with the [q]uit option.
  33.  
  34. All of the files and compiled executables are public domain and may
  35. be distributed freely.
  36.  
  37. If you are working on a SoundScape module and have some implementation
  38. questions or thorny issues, I can be reached in writing at P.O. Box 36, 
  39. Sierra Madre, CA 91024.  Sorry, I'm not on any networks.  
  40. Still blissfully in the dark ages.
  41.  
  42. Todor
  43.